[INFO] fetching crate facet-python 0.50.0-rc.1...
[INFO] fixing facet-python-0.50.0-rc.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-python 0.50.0-rc.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate facet-python 0.50.0-rc.1
[INFO] finished tweaking crates.io crate facet-python 0.50.0-rc.1
[INFO] tweaked toml for crates.io crate facet-python 0.50.0-rc.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-python 0.50.0-rc.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-python 0.50.0-rc.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0
[INFO] running `Command { std: "docker" "start" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking facet-python v0.50.0-rc.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]     --> src/lib.rs:1160:9
[INFO] [stdout]      |
[INFO] [stdout] 1160 |     use facet::Facet;
[INFO] [stdout]      |         ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2546:11
[INFO] [stdout]      |
[INFO] [stdout] 2546 |         #[facet(proxy = ProxyEnum)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2537:11
[INFO] [stdout]      |
[INFO] [stdout] 2537 |         #[facet(untagged)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2493:11
[INFO] [stdout]      |
[INFO] [stdout] 2493 |         #[facet(proxy = String)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2443:11
[INFO] [stdout]      |
[INFO] [stdout] 2443 |         #[facet(proxy = WireType)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2390:11
[INFO] [stdout]      |
[INFO] [stdout] 2390 |         #[facet(proxy = WirePoint)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2310:11
[INFO] [stdout]      |
[INFO] [stdout] 2310 |         #[facet(tag = "type")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2263:15
[INFO] [stdout]      |
[INFO] [stdout] 2263 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2252:11
[INFO] [stdout]      |
[INFO] [stdout] 2252 |         #[facet(tag = "type")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2201:11
[INFO] [stdout]      |
[INFO] [stdout] 2201 |         #[facet(tag = "type")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2133:15
[INFO] [stdout]      |
[INFO] [stdout] 2133 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2122:11
[INFO] [stdout]      |
[INFO] [stdout] 2122 |         #[facet(tag = "type")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2075:11
[INFO] [stdout]      |
[INFO] [stdout] 2075 |         #[facet(untagged)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:2033:11
[INFO] [stdout]      |
[INFO] [stdout] 2033 |         #[facet(tag = "type")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1988:15
[INFO] [stdout]      |
[INFO] [stdout] 1988 |             #[facet(default)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1990:15
[INFO] [stdout]      |
[INFO] [stdout] 1990 |             #[facet(default = 30)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1959:15
[INFO] [stdout]      |
[INFO] [stdout] 1959 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1952:15
[INFO] [stdout]      |
[INFO] [stdout] 1952 |             #[facet(skip_serializing)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1916:15
[INFO] [stdout]      |
[INFO] [stdout] 1916 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1875:15
[INFO] [stdout]      |
[INFO] [stdout] 1875 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1837:15
[INFO] [stdout]      |
[INFO] [stdout] 1837 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1790:15
[INFO] [stdout]      |
[INFO] [stdout] 1790 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1783:15
[INFO] [stdout]      |
[INFO] [stdout] 1783 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1746:15
[INFO] [stdout]      |
[INFO] [stdout] 1746 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1708:15
[INFO] [stdout]      |
[INFO] [stdout] 1708 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1700:11
[INFO] [stdout]      |
[INFO] [stdout] 1700 |         #[facet(rename_all = "camelCase")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1664:15
[INFO] [stdout]      |
[INFO] [stdout] 1664 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1618:15
[INFO] [stdout]      |
[INFO] [stdout] 1618 |             #[facet(flatten)]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1458:11
[INFO] [stdout]      |
[INFO] [stdout] 1458 |         #[facet(rename_all = "snake_case")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1405:11
[INFO] [stdout]      |
[INFO] [stdout] 1405 |         #[facet(transparent)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1389:11
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         #[facet(transparent)]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1291:11
[INFO] [stdout]      |
[INFO] [stdout] 1291 |         #[facet(rename_all = "snake_case")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1278:15
[INFO] [stdout]      |
[INFO] [stdout] 1278 |             #[facet(rename = "userName")]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1280:15
[INFO] [stdout]      |
[INFO] [stdout] 1280 |             #[facet(rename = "emailAddress")]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1263:11
[INFO] [stdout]      |
[INFO] [stdout] 1263 |         #[facet(rename_all = "camelCase")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1248:15
[INFO] [stdout]      |
[INFO] [stdout] 1248 |             #[facet(rename = "dirty")]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1250:15
[INFO] [stdout]      |
[INFO] [stdout] 1250 |             #[facet(rename = "staged")]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1252:15
[INFO] [stdout]      |
[INFO] [stdout] 1252 |             #[facet(rename = "clean")]
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]     --> src/lib.rs:1231:11
[INFO] [stdout]      |
[INFO] [stdout] 1231 |         #[facet(rename_all = "snake_case")]
[INFO] [stdout]      |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_simple_struct::User: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1170:30
[INFO] [stdout]      |
[INFO] [stdout] 1170 |         let py = to_python::<User>(false);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_simple_struct::User`
[INFO] [stdout]     --> src/lib.rs:1165:9
[INFO] [stdout]      |
[INFO] [stdout] 1165 |         struct User {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_optional_field::Config: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1182:30
[INFO] [stdout]      |
[INFO] [stdout] 1182 |         let py = to_python::<Config>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_optional_field::Config`
[INFO] [stdout]     --> src/lib.rs:1177:9
[INFO] [stdout]      |
[INFO] [stdout] 1177 |         struct Config {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_simple_enum::Status: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1196:30
[INFO] [stdout]      |
[INFO] [stdout] 1196 |         let py = to_python::<Status>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_simple_enum::Status`
[INFO] [stdout]     --> src/lib.rs:1190:9
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         enum Status {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Data: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1207:30
[INFO] [stdout]      |
[INFO] [stdout] 1207 |         let py = to_python::<Data>(false);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Data`
[INFO] [stdout]     --> src/lib.rs:1203:9
[INFO] [stdout]      |
[INFO] [stdout] 1203 |         struct Data {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_nested_types::Outer: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1224:30
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         let py = to_python::<Outer>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_nested_types::Outer`
[INFO] [stdout]     --> src/lib.rs:1219:9
[INFO] [stdout]      |
[INFO] [stdout] 1219 |         struct Outer {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ValidationErrorCode: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1239:30
[INFO] [stdout]      |
[INFO] [stdout] 1239 |         let py = to_python::<ValidationErrorCode>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `ValidationErrorCode`
[INFO] [stdout]     --> src/lib.rs:1233:9
[INFO] [stdout]      |
[INFO] [stdout] 1233 |         enum ValidationErrorCode {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `GitStatus: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1256:30
[INFO] [stdout]      |
[INFO] [stdout] 1256 |         let py = to_python::<GitStatus>(false);
[INFO] [stdout]      |                              ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `GitStatus`
[INFO] [stdout]     --> src/lib.rs:1247:9
[INFO] [stdout]      |
[INFO] [stdout] 1247 |         enum GitStatus {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ApiResponse: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1270:30
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         let py = to_python::<ApiResponse>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `ApiResponse`
[INFO] [stdout]     --> src/lib.rs:1264:9
[INFO] [stdout]      |
[INFO] [stdout] 1264 |         struct ApiResponse {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `UserProfile: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1284:30
[INFO] [stdout]      |
[INFO] [stdout] 1284 |         let py = to_python::<UserProfile>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `UserProfile`
[INFO] [stdout]     --> src/lib.rs:1277:9
[INFO] [stdout]      |
[INFO] [stdout] 1277 |         struct UserProfile {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_enum_with_data_rename_all::Message: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1299:30
[INFO] [stdout]      |
[INFO] [stdout] 1299 |         let py = to_python::<Message>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_enum_with_data_rename_all::Message`
[INFO] [stdout]     --> src/lib.rs:1294:9
[INFO] [stdout]      |
[INFO] [stdout] 1294 |         enum Message {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_unit_struct::Empty: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1308:30
[INFO] [stdout]      |
[INFO] [stdout] 1308 |         let py = to_python::<Empty>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_unit_struct::Empty`
[INFO] [stdout]     --> src/lib.rs:1306:9
[INFO] [stdout]      |
[INFO] [stdout] 1306 |         struct Empty;
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_tuple_struct::Point: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1317:30
[INFO] [stdout]      |
[INFO] [stdout] 1317 |         let py = to_python::<Point>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_tuple_struct::Point`
[INFO] [stdout]     --> src/lib.rs:1315:9
[INFO] [stdout]      |
[INFO] [stdout] 1315 |         struct Point(f32, f64);
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_newtype_struct::UserId: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1326:30
[INFO] [stdout]      |
[INFO] [stdout] 1326 |         let py = to_python::<UserId>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_newtype_struct::UserId`
[INFO] [stdout]     --> src/lib.rs:1324:9
[INFO] [stdout]      |
[INFO] [stdout] 1324 |         struct UserId(u64);
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Registry: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1339:30
[INFO] [stdout]      |
[INFO] [stdout] 1339 |         let py = to_python::<Registry>(false);
[INFO] [stdout]      |                              ^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Registry`
[INFO] [stdout]     --> src/lib.rs:1335:9
[INFO] [stdout]      |
[INFO] [stdout] 1335 |         struct Registry {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_mixed_enum_variants::Event: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1357:30
[INFO] [stdout]      |
[INFO] [stdout] 1357 |         let py = to_python::<Event>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_mixed_enum_variants::Event`
[INFO] [stdout]     --> src/lib.rs:1348:9
[INFO] [stdout]      |
[INFO] [stdout] 1348 |         enum Event {
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_with_imports::User: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1369:30
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let py = to_python::<User>(true);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_with_imports::User`
[INFO] [stdout]     --> src/lib.rs:1364:9
[INFO] [stdout]      |
[INFO] [stdout] 1364 |         struct User {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_enum_with_imports::Status: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1382:30
[INFO] [stdout]      |
[INFO] [stdout] 1382 |         let py = to_python::<Status>(true);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_enum_with_imports::Status`
[INFO] [stdout]     --> src/lib.rs:1377:9
[INFO] [stdout]      |
[INFO] [stdout] 1377 |         enum Status {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_transparent_wrapper::UserId: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1392:30
[INFO] [stdout]      |
[INFO] [stdout] 1392 |         let py = to_python::<UserId>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_transparent_wrapper::UserId`
[INFO] [stdout]     --> src/lib.rs:1390:9
[INFO] [stdout]      |
[INFO] [stdout] 1390 |         struct UserId(String);
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Wrapper: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1408:30
[INFO] [stdout]      |
[INFO] [stdout] 1408 |         let py = to_python::<Wrapper>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Wrapper`
[INFO] [stdout]     --> src/lib.rs:1406:9
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         struct Wrapper(Inner);
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Container: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1421:30
[INFO] [stdout]      |
[INFO] [stdout] 1421 |         let py = to_python::<Container>(false);
[INFO] [stdout]      |                              ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Container`
[INFO] [stdout]     --> src/lib.rs:1416:9
[INFO] [stdout]      |
[INFO] [stdout] 1416 |         struct Container {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TradeOrder: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1435:30
[INFO] [stdout]      |
[INFO] [stdout] 1435 |         let py = to_python::<TradeOrder>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `TradeOrder`
[INFO] [stdout]     --> src/lib.rs:1429:9
[INFO] [stdout]      |
[INFO] [stdout] 1429 |         struct TradeOrder {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_struct_with_multiple_reserved_keywords::ControlFlow: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1449:30
[INFO] [stdout]      |
[INFO] [stdout] 1449 |         let py = to_python::<ControlFlow>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_struct_with_multiple_reserved_keywords::ControlFlow`
[INFO] [stdout]     --> src/lib.rs:1443:9
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         struct ControlFlow {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ImportSource: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1467:30
[INFO] [stdout]      |
[INFO] [stdout] 1467 |         let py = to_python::<ImportSource>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `ImportSource`
[INFO] [stdout]     --> src/lib.rs:1460:9
[INFO] [stdout]      |
[INFO] [stdout] 1460 |         enum ImportSource {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Transfer: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1489:30
[INFO] [stdout]      |
[INFO] [stdout] 1489 |         let py = to_python::<Transfer>(false);
[INFO] [stdout]      |                              ^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Transfer`
[INFO] [stdout]     --> src/lib.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |         enum Transfer {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `IntKeyedMap: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1505:30
[INFO] [stdout]      |
[INFO] [stdout] 1505 |         let py = to_python::<IntKeyedMap>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `IntKeyedMap`
[INFO] [stdout]     --> src/lib.rs:1500:9
[INFO] [stdout]      |
[INFO] [stdout] 1500 |         struct IntKeyedMap {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EmptyTuple: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1514:30
[INFO] [stdout]      |
[INFO] [stdout] 1514 |         let py = to_python::<EmptyTuple>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `EmptyTuple`
[INFO] [stdout]     --> src/lib.rs:1512:9
[INFO] [stdout]      |
[INFO] [stdout] 1512 |         struct EmptyTuple();
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TaskMap: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1535:30
[INFO] [stdout]      |
[INFO] [stdout] 1535 |         let py = to_python::<TaskMap>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `TaskMap`
[INFO] [stdout]     --> src/lib.rs:1531:9
[INFO] [stdout]      |
[INFO] [stdout] 1531 |         struct TaskMap {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TupleVariant: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1547:30
[INFO] [stdout]      |
[INFO] [stdout] 1547 |         let py = to_python::<TupleVariant>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `TupleVariant`
[INFO] [stdout]     --> src/lib.rs:1544:9
[INFO] [stdout]      |
[INFO] [stdout] 1544 |         enum TupleVariant {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_enum_struct_variant_forward_reference::Message: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1564:30
[INFO] [stdout]      |
[INFO] [stdout] 1564 |         let py = to_python::<Message>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_enum_struct_variant_forward_reference::Message`
[INFO] [stdout]     --> src/lib.rs:1560:9
[INFO] [stdout]      |
[INFO] [stdout] 1560 |         enum Message {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bug: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1576:30
[INFO] [stdout]      |
[INFO] [stdout] 1576 |         let py = to_python::<Bug>(false);
[INFO] [stdout]      |                              ^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Bug`
[INFO] [stdout]     --> src/lib.rs:1572:9
[INFO] [stdout]      |
[INFO] [stdout] 1572 |         struct Bug {
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Addr: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1600:30
[INFO] [stdout]      |
[INFO] [stdout] 1600 |         let py = to_python::<Addr>(false);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Addr`
[INFO] [stdout]     --> src/lib.rs:1595:9
[INFO] [stdout]      |
[INFO] [stdout] 1595 |         struct Addr {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten::Outer: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1623:30
[INFO] [stdout]      |
[INFO] [stdout] 1623 |         let py = to_python::<Outer>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten::Outer`
[INFO] [stdout]     --> src/lib.rs:1617:9
[INFO] [stdout]      |
[INFO] [stdout] 1617 |         struct Outer {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_option::Entity: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1668:30
[INFO] [stdout]      |
[INFO] [stdout] 1668 |         let py = to_python::<Entity>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_option::Entity`
[INFO] [stdout]     --> src/lib.rs:1662:9
[INFO] [stdout]      |
[INFO] [stdout] 1662 |         struct Entity {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_with_rename_all::Entity: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1713:30
[INFO] [stdout]      |
[INFO] [stdout] 1713 |         let py = to_python::<Entity>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_with_rename_all::Entity`
[INFO] [stdout]     --> src/lib.rs:1707:9
[INFO] [stdout]      |
[INFO] [stdout] 1707 |         struct Entity {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Package: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1750:30
[INFO] [stdout]      |
[INFO] [stdout] 1750 |         let py = to_python::<Package>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Package`
[INFO] [stdout]     --> src/lib.rs:1744:9
[INFO] [stdout]      |
[INFO] [stdout] 1744 |         struct Package {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Scene: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1795:30
[INFO] [stdout]      |
[INFO] [stdout] 1795 |         let py = to_python::<Scene>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Scene`
[INFO] [stdout]     --> src/lib.rs:1789:9
[INFO] [stdout]      |
[INFO] [stdout] 1789 |         struct Scene {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Image: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1842:30
[INFO] [stdout]      |
[INFO] [stdout] 1842 |         let py = to_python::<Image>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Image`
[INFO] [stdout]     --> src/lib.rs:1836:9
[INFO] [stdout]      |
[INFO] [stdout] 1836 |         struct Image {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_arc::Entity: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1879:30
[INFO] [stdout]      |
[INFO] [stdout] 1879 |         let py = to_python::<Entity>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_arc::Entity`
[INFO] [stdout]     --> src/lib.rs:1873:9
[INFO] [stdout]      |
[INFO] [stdout] 1873 |         struct Entity {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_option_arc::Entity: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1920:30
[INFO] [stdout]      |
[INFO] [stdout] 1920 |         let py = to_python::<Entity>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_option_arc::Entity`
[INFO] [stdout]     --> src/lib.rs:1914:9
[INFO] [stdout]      |
[INFO] [stdout] 1914 |         struct Entity {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_skip_serializing_field::Entity: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1963:30
[INFO] [stdout]      |
[INFO] [stdout] 1963 |         let py = to_python::<Entity>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_skip_serializing_field::Entity`
[INFO] [stdout]     --> src/lib.rs:1957:9
[INFO] [stdout]      |
[INFO] [stdout] 1957 |         struct Entity {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_default_field_not_required::Config: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:1995:30
[INFO] [stdout]      |
[INFO] [stdout] 1995 |         let py = to_python::<Config>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_default_field_not_required::Config`
[INFO] [stdout]     --> src/lib.rs:1986:9
[INFO] [stdout]      |
[INFO] [stdout] 1986 |         struct Config {
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_internally_tagged_enum::Shape: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2041:30
[INFO] [stdout]      |
[INFO] [stdout] 2041 |         let py = to_python::<Shape>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_internally_tagged_enum::Shape`
[INFO] [stdout]     --> src/lib.rs:2036:9
[INFO] [stdout]      |
[INFO] [stdout] 2036 |         enum Shape {
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Value: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2084:30
[INFO] [stdout]      |
[INFO] [stdout] 2084 |         let py = to_python::<Value>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `Value`
[INFO] [stdout]     --> src/lib.rs:2078:9
[INFO] [stdout]      |
[INFO] [stdout] 2078 |         enum Value {
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_tagged_enum::Deal: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2137:30
[INFO] [stdout]      |
[INFO] [stdout] 2137 |         let py = to_python::<Deal>(false);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_tagged_enum::Deal`
[INFO] [stdout]     --> src/lib.rs:2131:9
[INFO] [stdout]      |
[INFO] [stdout] 2131 |         struct Deal {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_internally_tagged_newtype_struct_variant::Product: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2209:30
[INFO] [stdout]      |
[INFO] [stdout] 2209 |         let py = to_python::<Product>(false);
[INFO] [stdout]      |                              ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_internally_tagged_newtype_struct_variant::Product`
[INFO] [stdout]     --> src/lib.rs:2204:9
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         enum Product {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_flatten_tagged_enum_newtype_struct::Deal: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2267:30
[INFO] [stdout]      |
[INFO] [stdout] 2267 |         let py = to_python::<Deal>(false);
[INFO] [stdout]      |                              ^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_flatten_tagged_enum_newtype_struct::Deal`
[INFO] [stdout]     --> src/lib.rs:2261:9
[INFO] [stdout]      |
[INFO] [stdout] 2261 |         struct Deal {
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_internally_tagged_newtype_primitive_variant::Event: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2317:30
[INFO] [stdout]      |
[INFO] [stdout] 2317 |         let py = to_python::<Event>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_internally_tagged_newtype_primitive_variant::Event`
[INFO] [stdout]     --> src/lib.rs:2313:9
[INFO] [stdout]      |
[INFO] [stdout] 2313 |         enum Event {
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_chrono_types::Event: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2345:30
[INFO] [stdout]      |
[INFO] [stdout] 2345 |         let py = to_python::<Event>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_chrono_types::Event`
[INFO] [stdout]     --> src/lib.rs:2337:9
[INFO] [stdout]      |
[INFO] [stdout] 2337 |         struct Event {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_proxy_preserves_doc_comment::Point: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2416:30
[INFO] [stdout]      |
[INFO] [stdout] 2416 |         let py = to_python::<Point>(false);
[INFO] [stdout]      |                              ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_proxy_preserves_doc_comment::Point`
[INFO] [stdout]     --> src/lib.rs:2392:9
[INFO] [stdout]      |
[INFO] [stdout] 2392 |         struct Point {
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `InternalPoint: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2469:30
[INFO] [stdout]      |
[INFO] [stdout] 2469 |         let py = to_python::<InternalPoint>(false);
[INFO] [stdout]      |                              ^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `InternalPoint`
[INFO] [stdout]     --> src/lib.rs:2445:9
[INFO] [stdout]      |
[INFO] [stdout] 2445 |         struct InternalPoint {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tests::test_proxy_to_scalar::UserId: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2510:30
[INFO] [stdout]      |
[INFO] [stdout] 2510 |         let py = to_python::<UserId>(false);
[INFO] [stdout]      |                              ^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `tests::test_proxy_to_scalar::UserId`
[INFO] [stdout]     --> src/lib.rs:2495:9
[INFO] [stdout]      |
[INFO] [stdout] 2495 |         struct UserId(u64);
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `MyStruct: Facet<'static>` is not satisfied
[INFO] [stdout]     --> src/lib.rs:2568:30
[INFO] [stdout]      |
[INFO] [stdout] 2568 |         let py = to_python::<MyStruct>(false);
[INFO] [stdout]      |                              ^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Facet<'static>` is not implemented for `MyStruct`
[INFO] [stdout]     --> src/lib.rs:2548:9
[INFO] [stdout]      |
[INFO] [stdout] 2548 |         struct MyStruct {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: the following other types implement trait `Facet<'facet>`:
[INFO] [stdout]                `&'a T` implements `Facet<'a>`
[INFO] [stdout]                `&'a mut T` implements `Facet<'a>`
[INFO] [stdout]                `()` implements `Facet<'_>`
[INFO] [stdout]                `(T0, T1)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Facet<'a>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Facet<'a>`
[INFO] [stdout]                `(T0,)` implements `Facet<'a>`
[INFO] [stdout]                `*const T` implements `Facet<'a>`
[INFO] [stdout]              and 96 others
[INFO] [stdout] note: required by a bound in `to_python`
[INFO] [stdout]     --> src/lib.rs:129:21
[INFO] [stdout]      |
[INFO] [stdout]  129 | pub fn to_python<T: Facet<'static>>(write_imports: bool) -> String {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ required by this bound in `to_python`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-python` (lib test) due to 91 previous errors
[INFO] running `Command { std: "docker" "inspect" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0", kill_on_drop: false }`
[INFO] [stdout] 1fac647fdb573dc1497377e832651315da9773aad870973a1cf7fbdb2397b2f0
